@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	/* font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif; */

}

img {
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.block {
	padding: 20px 0;
}

.cl {
	clear: both;
}

/* 主菜单 */

.head {
	transition: all 0.7s ease-in-out;
	position: fixed;
	width: 100%;
	/* background: rgba(0, 0, 0, 0.1); */
	height: 80px;
	z-index: 1000;
	top: 0;

	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}



.head .navbox {
	/* width: 100%; */
	margin: 0 auto;
	height: auto;
	/* overflow: hidden; */

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

	align-items: center;
	justify-content: flex-end;
}

.logo {
	float: left;
	position: relative;
	width: 20%;
	height: 80px;
	overflow: hidden;
}

.logo img {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
	max-width: 100%;
	max-height: 80px;

}

.logo img.lg_heise {
	/* display: block; */
	opacity: 1;
	transition: all 0.7s ease-in-out;
}

.logo img.lg_baise {
	/* display: none; */
	opacity: 0;
	transition: all 0.7s ease-in-out;
}

.logo a {
	display: block;
}

.tel {
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
	color: #fff;
	font-size: 18px;
	line-height: 80px;
	text-align: right;

	margin-left: auto;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.tel i {
	font-size: 20px;
	margin-right: 10px;
}

.head .nav {
	display: block;
	float: right;
	/* width: 100%; */
	width: calc(80% - 100px);

	display: flex;
	align-items: center;
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
	height: 80px;
}

.head .nav ul li:first-child {}

/* .head .nav ul li .f_a {
	position: relative;
	
	line-height: 80px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	text-transform: uppercase
}
.head .nav ul li .f_a span{
	
}
.head .nav ul li .f_a .en{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.head .nav ul li .f_a .cn{
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.head .nav ul li.active .f_a span{
	color: #cf1322;
	transition: all .3s;
}
.head .nav ul li:hover .f_a span{
	color: #cf1322;
	transition: all .3s;
} */

.head .nav ul li a {

	transition: all 0.4s ease-in-out;
	/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); */

	overflow: hidden;
	display: block;
	width: 100%;

}

.head .nav ul li::before {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #8fc31f;
	left: 50%;
	top: 98%;
	transform: translate(-50%, -50%);

	transition: all .3s ease-in-out;
}

.head .nav ul li:hover::before,
.head .nav ul li.active::before {

	width: 50%;
	left: 50%;
	top: 98%;
	transform: translate(-50%, -50%);

}

.head .nav ul li:hover{
	background: rgba(255, 255, 255, 0.8);
}
.head .nav ul li:hover a span{
	color: #333;
}

.head .nav ul li a span {
	display: block;
	line-height: 30px;
	text-align: center;
	z-index: 9999;
	width: inherit;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.head .nav ul li a .en {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	/* transition: all 0.3s ease-in-out; */
}

.head .nav ul li a .ch {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	/* transition: all 0.7s ease-in-out; */
}

.head .nav ul li a:hover .en {
	opacity: 0;
	/* transition: all 0.3s ease-in-out; */
}

.head .nav ul li a:hover .ch {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	/* transition: all 0.7s ease-in-out; */
}


/* 滚动加背景色 */
.head.nav_fixed {
	transition: all 0.6s ease-in-out;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* 滚动加背景色 */
.m_img.nav_fixed {
	transition: all 0.6s ease-in-out;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


.head.nav_fixed .nav ul li a span {
	color: #333;
}

.head.nav_fixed .tel {
	color: #333;
}

.head.nav_fixed .tel i {
	color: #333;
}



.head.nav_fixed .logo img.lg_heise {
	opacity: 0;
	transition: all 0.7s ease-in-out;
}

.head.nav_fixed .logo img.lg_baise {
	opacity: 1;
	transition: all 0.7s ease-in-out;
}



.head .nav ul li .s_navbox {
	display: none;
	position: absolute;

	/* left: 0;
	top: 80px;
	width: 100%; */

	left: 0;
	top: 80px;
	width: 100%;

	background: rgba(255, 255, 255, 0.8);
	z-index: 9999;
	box-sizing: border-box;


	box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.head .nav ul li .s_navbox .s_a a {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;

	height: auto;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	transition: all .36s ease;
}

.head .nav ul li .s_navbox .s_a a:last-child {
	border-bottom: 0px solid #fff;
}

.head .nav ul li .s_navbox .s_a a:hover {
	background: #8fc31f;
	color: #fff;
}


/* 三级分类 */
.head .nav ul li .s_navbox .s_a dt dl {
	float: left;
}

.head .nav ul li .s_navbox .s_a dl {
	width: 100%;
}

.head .nav ul li .s_navbox .s_a dl:hover a {
	color: #fff;
	background: #fff;
}

.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none;
}

.headrg .m_menuimg {
	display: none;
}


/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #00a2ff;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	/* height: 100vh; */
	vertical-align: top;
}


/* 测试轮播图 */
.img_cut {
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
}

.iBannerHome .pd img {
	transition: all 3s ease-out;
}

.iBanner {
	/* position: absolute;
	top: -48px; */
}

.iBanner .swiperArrow {
	display: block;
}

.iBanner .swiperPrev {
	left: 80px;
}

.iBanner .swiperNext {
	right: 80px;
}

.iBanner .swiperDots {
	display: block;
}

.iBanner .pd {
	overflow: hidden;
	display: block;
}

.iBanner .pd img {
	width: 100%;
	/* height: calc(100vh - 50px); */
	/* 导航不固定 */

	height: 100vh;
}

.iBannerHome .pd img {
	transform: scale(1);
}

.iBannerHome .swiper-slide-active .pd img {
	transform: scale(1);
}



@media screen and (max-width:1024px) {
	body {
		padding-top: 0;
	}

	.iBanner .pd img {
		height: auto;
	}

}


@media screen and (max-width:540px) {

	.iBanner .swiperArrow {
		display: block;
	}

	.iBanner .swiperPrev {
		left: 20px;
	}

	.iBanner .swiperNext {
		right: 20px;
	}
}



/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 16px;
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 16px;
	}

	.nav ul li .s_navbox .s_a {
		width: 100%;
	}


	.head .nav ul li a span {
		font-size: 16px;
	}

	.head .tel {
		font-size: 16px;
	}

	.head .nav ul li .s_navbox .s_a a {
		font-size: 14px;
	}
}


/*移动端导航*/
@media screen and (max-width: 1200px) and (min-width: 960px) {


	.head .nav {
		display: block;
		float: right;
		/* width: 100%; */
		width: calc(80% - 40px);
	}

	.head .nav ul li a span {
		font-size: 16px;
	}

	.head .tel {
		width: 40px;
		font-size: 16px;
	}

}

@media screen and (max-width: 960px) and (min-width: 0px) {
	
	.burger{
		display: none !important;
	}
	
	
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 0;
	}

	.head {
		display: none;
	}

	.m_img {
		display: block;
		height: 50px;
		/* background: #fff; */
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		/* border-bottom: 1px solid #ddd; */
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		position: absolute;
		height: 45px;
		display: block;
		left: 10px;
	}



	.m_img .headlf .m_logo.caise {
		opacity: 0;
	}

	.m_img.nav_fixed .headlf .m_logo.caise {
		opacity: 1;
	}

	.m_img.nav_fixed .headlf .m_logo {
		opacity: 0;
	}

	.m_img .headrg .m_menuimg.caise {
		opacity: 0;
	}

	.m_img.nav_fixed .headrg .m_menuimg.caise {
		opacity: 1;
	}

	.m_img.nav_fixed .headrg .m_menuimg {
		opacity: 0;
	}


	.m_img .headrg {
		padding-right: 3%;
		padding-top: 15px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		position: absolute;
		right: 10px;
		height: 16px;
		vertical-align: top;
		display: block;
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000;
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 30px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
		text-decoration: none;
	}

}




.Search .text {
	width: 80%;
	height: auto;
	padding-left: 15px;
	line-height: 56px;
}

.Search .submit {
	width: 20%;
	height: auto;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
}

.pop {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0 0 0 / 0.8);
	display: none;
}


.searchPop .Search {
	width: 50%;
}

.searchClose {
	position: absolute;
	top: 150px;
	right: 10vw;
	cursor: pointer;
	opacity: 0.8;
	transition: all .36s;
}

.searchClose:hover {
	opacity: 1;
	transform: rotate(180deg);
}






/* ===================首页banner样式========================== */
.banner {

	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100vh;
	width: 100%;

}

.banner a {
	display: block;
	width: 100%;
}

.ban-imgpc,
.ban-imgmb {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}

.ban-imgpc {
	min-height: 400px;
}

.ban-imgmb {
	min-height: 360px;
	display: none;
}

.ban-videopc {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}


.banner .swiper-pagination {
	bottom: 2rem;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px;
}

.banner .swiper-pagination-bullet {
	background: #FFF;
	position: relative;
	opacity: .58;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFF;
}

.banner .swiper-pagination-bullet-active:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
	position: absolute;
	border-radius: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

/* 2019/11/27 banner文字分离 */
.banner-words {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner-words h6 {
	font-size: 55px;
	font-weight: 600;
	color: #FFF;
	display: inline-block;
	position: relative;
	padding: 0;
	/* border: 1px solid #FFF; */
	opacity: 0;

	background-image: -webkit-linear-gradient(to right, #fff -10%, #fff);
	background-image: linear-gradient(to right, #fff -10%, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

/* .banner-words h6:after,
.banner-words h6:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 60px;
	top: 50%;
	margin-top: 2px;
}

.banner-words h6:after {
	left: -68px;
	background: #fff;
}

.banner-words h6:before {
	right: -68px;
	background: #fff;
} */


.banner-words p {
	width: 100%;
	font-size: 16px;
	color: #FFF;
	margin-top: 10px;
	opacity: 0;
}

.banner-words h3 {
	width: 100%;
	font-size: 26px;
	color: #FFF;
	opacity: 0;
	margin: 20px auto;
	font-weight: lighter;
}

.banner-words .anniu_btn_text {
	opacity: 0;
}

.swiper-slide-active .banner-words h6 {
	animation: banToun 1.2s ease both 600ms;
}

/* .swiper-slide-active .banner-words h6:after,
.swiper-slide-active .banner-words h6:before {
	animation: banToun 1.2s ease both 1s;
} */

.swiper-slide-active .banner-words p {
	animation: banToun 1.2s ease both 1s;
}

.swiper-slide-active .banner-words h3 {
	animation: banToun 1.2s ease both 1.1s;
}

.swiper-slide-active .banner-words .anniu_btn_text {
	animation: banToun 1.2s ease both 1.1s;
}

.banner_baise {
	width: 80px;
	height: 2px;
	background: #fff;
	margin: 25px auto;
	opacity: 0;
}

.swiper-slide-active .banner_baise {
	animation: banToun 1.2s ease both 1s;
}


.swiper-wrapper img{
	position: relative;
	opacity: 0.95;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 3s ease-out 0.3s;
	transition:all 3s ease-out 0.3s;
}

.swiper-wrapper .swiper-slide-active img{
	/* transform: scale(1.05); */
	/* transition: all 0.3s ease-in-out; */
	
	opacity: 1;
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition:all 3s ease-out 0.3s;
	transition:all 3s ease-out 0.3s;
}



.banner .swiper-slide::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 2;
}


@keyframes banToun {
	0% {
		opacity: 0;
		transform: translateY(180px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.btns i {
	font-size: 3vw;
	color: #fff;
}




@media screen and (max-width: 1600px) and (min-width: 0px) {

	.banner {

		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100vh;
		width: 100vw;

	}

	.banner-words {
		position: absolute;
		z-index: 2;
		width: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.banner-words h6 {
		font-weight: 600;
		font-size: 28px;
		color: #FFF;
		display: inline-block;
		position: relative;
		padding: 0px 36px;
		/* border: 1px solid #FFF; */
		opacity: 0;
	}


	.banner-words h6:after,
	.banner-words h6:before {
		display: none;

		content: "";
		position: absolute;
		height: 3px;
		width: 60px;
		top: 50%;
		margin-top: 2px;
	}

	.banner-words h6:after {
		left: -68px;
		background: #0890f5;
	}

	.banner-words h6:before {
		right: -68px;
		background: #9cf6f5;
	}

	.banner-words p {
		width: 100%;
		font-size: 14px;
		color: #FFF;
		margin-top: 8px;
		opacity: 0;
	}

	.banner-words h3 {
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		color: #FFF;
		margin-top: 15px;
		opacity: 0;
	}

	.swiper-slide-active .banner-words h6 {
		animation: banToun 1.2s ease both 600ms;
	}

	.swiper-slide-active .banner-words p {
		animation: banToun 1.2s ease both 1s;
	}

	.swiper-slide-active .banner-words h3 {
		animation: banToun 1.2s ease both 1.1s;
	}

	.banner_baise {
		width: 80px;
		height: 1px;
		background: #fff;
		margin: 5px auto;
		opacity: 0;
	}


}


@media screen and (max-width: 1200px) and (min-width: 0px) {

	.banner {

		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100vw;
		height: 100%;

	}

	.ban-imgpc,
	.ban-imgmb {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
}


/*小屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.banner-words h6 {
		font-size: 40px;
	}


	.banner-words h3 {
		font-size: 20px;
		margin: 10px auto;
		font-weight: lighter;
	}

}





.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}




.swkc_scroll {
	position: fixed;
	bottom: 30%;
	right: 1%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	display: none;
	z-index: 9999;
	background: #666;
	transition: all .6s;
}

.swkc_scroll:hover {
	background: #8fc31f;
}

.swkc_scroll:hover i {
	color: #fff;
}

.swkc_scroll i {
	font-size: 25px;
	color: #fff;
	line-height: 55px;
	cursor: pointer;
}










.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* justify-content: center; */
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #7b7a7b;
	position: relative;
	padding: 50px 0;

	position: relative;
	z-index: 3;
}

.footer_address_wrap {
	width: 30%;
	padding-right: 20px;
	opacity: 1;
	margin-right: 40px;
}

.footer_nav_wrap {
	width: 50%;
	margin-right: 50px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	opacity: 1;
}

.footer_ewm_wrap {
	width: calc(20% - 20px);
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	opacity: 1;
}

.footer_nav_box {
	padding: 0 10px;
}

.footer_nav_tit,
.footer_address_tit {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	opacity: 1;
}

.footer_address_text a,
.footer_address_text {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

.footer_content_address {
	/* margin-bottom: 30px; */
}

.footer_content_address img {
	max-width: 60%;
	margin-bottom: 20px;
}

.footer_content_address:nth-child(2) {
	margin-bottom: 0px;
}

.footer_nav_item a {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	opacity: 0.8;
}

.footer_nav_item a.footer_cp_link {
	width: 33.33333%;
	float: left;
}

.footer_nav_list {
	/* margin-top: 20px; */
	height: auto;
	overflow: hidden;
}

.footer_content_box {
	width: 100%;
	height: auto;
	/* overflow: hidden; */

	display: flex;
	/* align-items:center; */
	margin-left: auto;
}

.footer_ewm_content {
	width: 100%;


}

.footer_logo_box {
	margin-bottom: 20px;
}

.footer_logo_box svg {
	width: 100%;
	height: 100%;
}

.footer_ewm_box {
	float: right;
	width: 33.333%;
}

.footer_ewm_img {
	height: auto;
	position: relative;
}

.footer_ewm_img img {
	position: relative;
	width: 120px;
	height: auto;
	object-fit: cover;
	display: block;
	margin: 0px auto;
	border: 5px solid #fff;
}

.footer_ewm_img span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	line-height: 35px;
}

.footer_share_box {
	width: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 15px;
}

.footer_share_item a {
	display: block;
}

.footer_share_icon {
	font-size: 1.71875vw;
	color: #9d9d9d;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.footer_share_icon:hover {
	color: #333;
}

.footer_bottom_box {
	background: #2d2d2d;
	padding: 36px 0;
}

.footer_bq_box {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer_bq_text {
	padding: 0 18px;
	position: relative;
}

.footer_bq_text:after {
	content: "";
	height: 50%;
	top: 25%;
	left: 0;
	width: 1px;
	position: absolute;
	background: #999999;
}

.footer_bq_text:first-child {
	padding: 0 18px 0 0;
}

.footer_bq_text:first-child:after {
	display: none;
}

.footer_build_text,
.footer_bq_text {
	line-height: 28px;
	font-size: 16px;
	color: #999999;
}

.footer_build_text a,
.footer_bq_text a {
	color: #999999;
	display: inline-block;
}

.footer_address_wrap a,
.footer_bottom_box a,
.footer_nav_wrap a {
	position: relative;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.footer_address_wrap a:after,
.footer_bottom_box a:after,
.footer_nav_wrap a:after {
	/* content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	height: 1px;
	width: 0;
	background-image: linear-gradient(225deg, #0168b5, #0168b5);
	-webkit-transition: all .6s ease;
	transition: all .6s ease; */
}

.footer_address_wrap a:hover,
.footer_nav_wrap a:hover {
	color: #fff;
	opacity: 1;
}

.footer_address_wrap a:hover:after,
.footer_bottom_box a:hover:after,
.footer_nav_wrap a:hover:after {
	left: 0;
	width: 100%;
}


.footer_banquan {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	z-index: 3;
	background: #2d2d2d;
	padding: 10px 0;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
}

.footer_banquan a {
	color: #999999;
}




.tubiao {
	position: relative;
	width: 100%;
	height: auto;

	/* display: flex; */
}

.tubiao i {
	width: 50px;
	height: 50px;
	margin: 0px 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	padding: 5px;
	display: inline-block;
	text-align: center;
}


/* .weixin {
	position: relative;
	float: right;
}

.weixin::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 115%;
	z-index: 1;
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	border-radius: 4px;
	padding: 5px;
	transform: translate(-50%,-100%);
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: url(../images/jygzh.jpg) no-repeat center;
	background-size: cover;
}

.weixin:hover::after {
	transform: translate(-50%,-0%);
	opacity: 1;
} */



.share {
	margin-top: 10px;
	text-align: right;
}

.share ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.share ul li:last-child {
	margin-right: 0;
}

/* .share ul li.on:before {
  animation: iconScale 1.5s ease infinite;
  opacity: 1;
  visibility: visible;
}
.share ul li.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share ul li.on a {
  background-color: #082c7e;
  border-color: #082c7e;
} */

.share ul li i {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.8);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.share i{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}

/* .share .wechat a {
	background-image: url(../images/wechat.png);
}

.share .douyin a {
	background-image: url(../images/douyin.png);
}

.share .weibo a {
	background-image: url(../images/weibo.png);
} */

.share .hidebox {
	position: absolute;
	left: 50%;
	top: 105%;
	transform: translate(-50%, -0%);
	z-index: 1;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;

	width: 100px;
}

.share .hidebox.w200{
	width: 200px;
	text-align: center;
	font-size: 14px;
}

.share .hidebox.w200 span{
	display: block;
}

.share .hidebox img {
	/* float: left; */
	display: block;
	margin: 0px auto;
	max-width: 100px;
	border: 3px solid #fff;
}

.share .hidebox{
	display: flex;
}

.share ul li:hover .hidebox {
	opacity: 1;
	visibility: visible;
}


.share ul li:hover .hidebox {
	opacity: 1;
	visibility: visible;
}





@media screen and (max-width: 760px) and (min-width: 0px) {
	
	
	
	.flex {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		/* justify-content: center; */
	}
	
	.footer {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #7b7a7b;
		position: relative;
		padding: 30px 0;
	
		position: relative;
		z-index: 3;
	}
	
	.footer_address_wrap {
		width: 100%;
		padding-right: 0px;
		opacity: 1;
		margin-right: 0px;
	}
	
	.footer_nav_wrap {
		display: none;
		
		width: 50%;
		margin-right: 50px;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		opacity: 1;
	}
	
	.footer_ewm_wrap {
		display: none;
		
		width: calc(20% - 20px);
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		opacity: 1;
	}
	
	.footer_nav_box {
		padding: 0 10px;
	}
	
	.footer_nav_tit,
	.footer_address_tit {
		font-size: 16px;
		line-height: 28px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
		opacity: 1;
	}
	
	.footer_address_text a,
	.footer_address_text {
		font-size: 14px;
		line-height: 28px;
		color: #fff;
	}
	
	.footer_content_address {
		/* margin-bottom: 30px; */
	}
	
	.footer_content_address img {
		max-width: 60%;
		display: block;
		margin: 0px auto;
		margin-bottom: 20px;
	}
	
	.footer_content_address:nth-child(2) {
		margin-bottom: 0px;
	}
	
	.footer_nav_item a {
		font-size: 14px;
		line-height: 28px;
		color: #fff;
		opacity: 0.8;
	}
	
	.footer_nav_item a.footer_cp_link {
		width: 33.33333%;
		float: left;
	}
	
	.footer_nav_list {
		/* margin-top: 20px; */
		height: auto;
		overflow: hidden;
	}
	
	.footer_content_box {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
	
		display: flex;
		/* align-items:center; */
		margin-left: auto;
	}
	
	.footer_ewm_content {
		width: 100%;
	
	
	}
	
	.footer_logo_box {
		margin-bottom: 20px;
	}
	
	.footer_logo_box svg {
		width: 100%;
		height: 100%;
	}
	
	.footer_ewm_box {
		float: right;
		width: 33.333%;
	}
	
	.footer_ewm_img {
		height: auto;
		position: relative;
	}
	
	.footer_ewm_img img {
		position: relative;
		width: 120px;
		height: auto;
		object-fit: cover;
		display: block;
		margin: 0px auto;
		border: 5px solid #fff;
	}
	
	.footer_ewm_img span {
		display: block;
		text-align: center;
		width: 100%;
		font-size: 14px;
		color: #fff;
		opacity: 1;
		line-height: 35px;
	}
	
	.footer_share_box {
		width: 100%;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 15px;
	}
	
	.footer_share_item a {
		display: block;
	}
	
	.footer_share_icon {
		font-size: 1.71875vw;
		color: #9d9d9d;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	.footer_share_icon:hover {
		color: #333;
	}
	
	.footer_bottom_box {
		background: #2d2d2d;
		padding: 36px 0;
	}
	
	.footer_bq_box {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.footer_bq_text {
		padding: 0 18px;
		position: relative;
	}
	
	.footer_bq_text:after {
		content: "";
		height: 50%;
		top: 25%;
		left: 0;
		width: 1px;
		position: absolute;
		background: #999999;
	}
	
	.footer_bq_text:first-child {
		padding: 0 18px 0 0;
	}
	
	.footer_bq_text:first-child:after {
		display: none;
	}
	
	.footer_build_text,
	.footer_bq_text {
		line-height: 28px;
		font-size: 16px;
		color: #999999;
	}
	
	.footer_build_text a,
	.footer_bq_text a {
		color: #999999;
		display: inline-block;
	}
	
	.footer_address_wrap a,
	.footer_bottom_box a,
	.footer_nav_wrap a {
		position: relative;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	.footer_address_wrap a:after,
	.footer_bottom_box a:after,
	.footer_nav_wrap a:after {
		/* content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		pointer-events: none;
		height: 1px;
		width: 0;
		background-image: linear-gradient(225deg, #0168b5, #0168b5);
		-webkit-transition: all .6s ease;
		transition: all .6s ease; */
	}
	
	.footer_address_wrap a:hover,
	.footer_nav_wrap a:hover {
		color: #fff;
		opacity: 1;
	}
	
	.footer_address_wrap a:hover:after,
	.footer_bottom_box a:hover:after,
	.footer_nav_wrap a:hover:after {
		left: 0;
		width: 100%;
	}
	
	
	.footer_banquan {
		font-size: 14px;
		position: relative;
		z-index: 3;
		background: #2d2d2d;
		padding: 10px 0;
		color: #999999;
		text-transform: uppercase;
		text-align: center;
	}
	
	.footer_banquan a {
		color: #999999;
	}
	
	
	
	
	.tubiao {
		position: relative;
		width: 100%;
		height: auto;
	
		/* display: flex; */
	}
	
	.tubiao i {
		width: 50px;
		height: 50px;
		margin: 0px 5px;
		border: 1px solid #fff;
		border-radius: 50%;
		font-size: 30px;
		color: #fff;
		padding: 5px;
		display: inline-block;
		text-align: center;
	}
	
	
	/* .weixin {
		position: relative;
		float: right;
	}
	
	.weixin::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 115%;
		z-index: 1;
		width: 100px;
		height: 100px;
		border: 5px solid #fff;
		border-radius: 4px;
		padding: 5px;
		transform: translate(-50%,-100%);
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background: url(../images/jygzh.jpg) no-repeat center;
		background-size: cover;
	}
	
	.weixin:hover::after {
		transform: translate(-50%,-0%);
		opacity: 1;
	} */
	
	
	
	.share {
		margin-top: 10px;
		text-align: right;
	}
	
	.share ul li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-right: 5px;
	}
	
	.share ul li:last-child {
		margin-right: 0;
	}
	
	/* .share ul li.on:before {
	  animation: iconScale 1.5s ease infinite;
	  opacity: 1;
	  visibility: visible;
	}
	.share ul li.on .hidebox {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	}
	.share ul li.on a {
	  background-color: #082c7e;
	  border-color: #082c7e;
	} */
	
	.share ul li i {
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
		border-radius: 50%;
		border: solid 1px rgba(255, 255, 255, 0.8);
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
	}
	
	.share i{
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: 30px;
	}
	
	/* .share .wechat a {
		background-image: url(../images/wechat.png);
	}
	
	.share .douyin a {
		background-image: url(../images/douyin.png);
	}
	
	.share .weibo a {
		background-image: url(../images/weibo.png);
	} */
	
	.share .hidebox {
		position: absolute;
		left: 50%;
		top: 105%;
		transform: translate(-50%, -0%);
		z-index: 1;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	
		width: 100px;
	}
	
	.share .hidebox.w200{
		width: 200px;
		text-align: center;
		font-size: 14px;
	}
	
	.share .hidebox.w200 span{
		display: block;
	}
	
	.share .hidebox img {
		/* float: left; */
		display: block;
		margin: 0px auto;
		max-width: 100px;
		border: 3px solid #fff;
	}
	
	.share .hidebox{
		display: flex;
	}
	
	.share ul li:hover .hidebox {
		opacity: 1;
		visibility: visible;
	}
	
	
	.share ul li:hover .hidebox {
		opacity: 1;
		visibility: visible;
	}
	
	
	
	
	.swkc_scroll {
		position: fixed;
		bottom: 30%;
		right: 1%;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		display: none;
		z-index: 9999;
		background: #666;
		transition: all .6s;
	}
	
	.swkc_scroll:hover {
		background: #8fc31f;
	}
	
	.swkc_scroll:hover i {
		color: #fff;
	}
	
	.swkc_scroll i {
		font-size: 18px;
		color: #fff;
		line-height: 40px;
		cursor: pointer;
	}
	
	
}




@media screen and (max-width: 1280px) and (min-width: 760px) {
	
	
	
	
	.flex {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		/* justify-content: center; */
	}
	
	.footer {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #7b7a7b;
		position: relative;
		padding: 50px 0;
	
		position: relative;
		z-index: 3;
	}
	
	.footer_address_wrap {
		width: 25%;
		padding-right: 20px;
		opacity: 1;
		margin-right: 10px;
	}
	
	.footer_nav_wrap {
		width: 50%;
		margin-right: 10px;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		opacity: 1;
	}
	
	.footer_ewm_wrap {
		width: calc(25% - 20px);
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		opacity: 1;
	}
	
	.footer_nav_box {
		padding: 0 5px;
	}
	
	.footer_nav_tit,
	.footer_address_tit {
		font-size: 15px;
		line-height: 28px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 10px;
		opacity: 1;
	}
	
	.footer_address_text a,
	.footer_address_text {
		font-size: 12px;
		line-height: 22px;
		color: #fff;
	}
	
	.footer_content_address {
		/* margin-bottom: 30px; */
	}
	
	.footer_content_address img {
		max-width: 60%;
		margin-bottom: 20px;
	}
	
	.footer_content_address:nth-child(2) {
		margin-bottom: 0px;
	}
	
	.footer_nav_item a {
		font-size: 12px;
		line-height: 22px;
		color: #fff;
		opacity: 0.8;
	}
	
	.footer_nav_item a.footer_cp_link {
		width: 33.33333%;
		float: left;
	}
	
	.footer_nav_list {
		/* margin-top: 20px; */
		height: auto;
		overflow: hidden;
	}
	
	.footer_content_box {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
	
		display: flex;
		/* align-items:center; */
		margin-left: auto;
	}
	
	.footer_ewm_content {
		width: 100%;
	
	
	}
	
	.footer_logo_box {
		margin-bottom: 20px;
	}
	
	.footer_logo_box svg {
		width: 100%;
		height: 100%;
	}
	
	.footer_ewm_box {
		float: right;
		width: 33.333%;
	}
	
	.footer_ewm_img {
		height: auto;
		position: relative;
	}
	
	.footer_ewm_img img {
		position: relative;
		width: 120px;
		height: auto;
		object-fit: cover;
		display: block;
		margin: 0px auto;
		border: 5px solid #fff;
	}
	
	.footer_ewm_img span {
		display: block;
		text-align: center;
		width: 100%;
		font-size: 14px;
		color: #fff;
		opacity: 1;
		line-height: 35px;
	}
	
	.footer_share_box {
		width: 100%;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 15px;
	}
	
	.footer_share_item a {
		display: block;
	}
	
	.footer_share_icon {
		font-size: 1.71875vw;
		color: #9d9d9d;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	.footer_share_icon:hover {
		color: #333;
	}
	
	.footer_bottom_box {
		background: #2d2d2d;
		padding: 36px 0;
	}
	
	.footer_bq_box {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.footer_bq_text {
		padding: 0 18px;
		position: relative;
	}
	
	.footer_bq_text:after {
		content: "";
		height: 50%;
		top: 25%;
		left: 0;
		width: 1px;
		position: absolute;
		background: #999999;
	}
	
	.footer_bq_text:first-child {
		padding: 0 18px 0 0;
	}
	
	.footer_bq_text:first-child:after {
		display: none;
	}
	
	.footer_build_text,
	.footer_bq_text {
		line-height: 28px;
		font-size: 16px;
		color: #999999;
	}
	
	.footer_build_text a,
	.footer_bq_text a {
		color: #999999;
		display: inline-block;
	}
	
	.footer_address_wrap a,
	.footer_bottom_box a,
	.footer_nav_wrap a {
		position: relative;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	
	.footer_address_wrap a:after,
	.footer_bottom_box a:after,
	.footer_nav_wrap a:after {
		/* content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		pointer-events: none;
		height: 1px;
		width: 0;
		background-image: linear-gradient(225deg, #0168b5, #0168b5);
		-webkit-transition: all .6s ease;
		transition: all .6s ease; */
	}
	
	.footer_address_wrap a:hover,
	.footer_nav_wrap a:hover {
		color: #fff;
		opacity: 1;
	}
	
	.footer_address_wrap a:hover:after,
	.footer_bottom_box a:hover:after,
	.footer_nav_wrap a:hover:after {
		left: 0;
		width: 100%;
	}
	
	
	.footer_banquan {
		font-size: 14px;
		position: relative;
		z-index: 3;
		background: #2d2d2d;
		padding: 10px 0;
		color: #999999;
		text-transform: uppercase;
		text-align: center;
	}
	
	.footer_banquan a {
		color: #999999;
	}
	
	
	
	
	.tubiao {
		position: relative;
		width: 100%;
		height: auto;
	
		/* display: flex; */
	}
	
	.tubiao i {
		width: 50px;
		height: 50px;
		margin: 0px 5px;
		border: 1px solid #fff;
		border-radius: 50%;
		font-size: 30px;
		color: #fff;
		padding: 5px;
		display: inline-block;
		text-align: center;
	}
	
	
	/* .weixin {
		position: relative;
		float: right;
	}
	
	.weixin::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 115%;
		z-index: 1;
		width: 100px;
		height: 100px;
		border: 5px solid #fff;
		border-radius: 4px;
		padding: 5px;
		transform: translate(-50%,-100%);
		opacity: 0;
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background: url(../images/jygzh.jpg) no-repeat center;
		background-size: cover;
	}
	
	.weixin:hover::after {
		transform: translate(-50%,-0%);
		opacity: 1;
	} */
	
	
	
	.share {
		margin-top: 10px;
		text-align: right;
	}
	
	.share ul li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-right: 5px;
	}
	
	.share ul li:last-child {
		margin-right: 0;
	}
	
	/* .share ul li.on:before {
	  animation: iconScale 1.5s ease infinite;
	  opacity: 1;
	  visibility: visible;
	}
	.share ul li.on .hidebox {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	}
	.share ul li.on a {
	  background-color: #082c7e;
	  border-color: #082c7e;
	} */
	
	.share ul li i {
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
		border-radius: 50%;
		border: solid 1px rgba(255, 255, 255, 0.8);
		transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
	}
	
	.share i{
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 20px;
	}
	
	/* .share .wechat a {
		background-image: url(../images/wechat.png);
	}
	
	.share .douyin a {
		background-image: url(../images/douyin.png);
	}
	
	.share .weibo a {
		background-image: url(../images/weibo.png);
	} */
	
	.share .hidebox {
		position: absolute;
		left: 50%;
		top: 105%;
		transform: translate(-50%, -0%);
		z-index: 1;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	
		width: 100px;
	}
	
	.share .hidebox.w200{
		width: 200px;
		text-align: center;
		font-size: 14px;
	}
	
	.share .hidebox.w200 span{
		display: block;
	}
	
	.share .hidebox img {
		/* float: left; */
		display: block;
		margin: 0px auto;
		max-width: 100px;
		border: 3px solid #fff;
	}
	
	.share .hidebox{
		display: flex;
	}
	
	.share ul li:hover .hidebox {
		opacity: 1;
		visibility: visible;
	}
	
	
	.share ul li:hover .hidebox {
		opacity: 1;
		visibility: visible;
	}
	


}